home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 10 / BBS In A Box Volume X (AMUG) (January 1994).bin / Files / Prog / B-C / C++ FAQ Reference 1.0.cpt / C++ FAQ Reference 1.0.rsrc / STR#_142.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  557 b   |  17 lines

  1. Does the poor performance of ref semantics mean I should pass-by-value?
  2.  
  3. Sounds like I should never use reference semantics, right?
  4.  
  5. What is an 'inline virtual member fn'?  Are they ever actually 'inlined'?
  6.  
  7. What are relative costs of the 3 performance hits of allocated subobjects?
  8.  
  9. Should class subobjects be ptrs to freestore allocated objs, or contained?
  10.  
  11. What's the difference between virtual data and dynamic data?
  12.  
  13. What is 'virtual data', and how-can / why-would I use it in C++?
  14.  
  15. What is value and/or reference semantics, and which is best in C++?
  16.  
  17.